home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / nechmeli / nechmeli.exe / {app} / Nechme.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-09-06  |  2KB  |  116 lines

  1. object Form1: TForm1
  2.   Left = 237
  3.   Top = 169
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'CyberDome NechM∩┐╜! Lite 2'
  7.   ClientHeight = 136
  8.   ClientWidth = 234
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label4: TLabel
  20.     Left = 0
  21.     Top = 120
  22.     Width = 233
  23.     Height = 13
  24.     Alignment = taCenter
  25.     Caption = '(c) 2001 by Pavel Patz; This is Freeware for you'
  26.   end
  27.   object SpeedButton1: TSpeedButton
  28.     Left = 0
  29.     Top = 88
  30.     Width = 65
  31.     Height = 25
  32.     Hint = 'Spustit ochrann∩┐╜ re∩┐╜im'
  33.     Caption = 'Chr∩┐╜nit!'
  34.     Flat = True
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clRed
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     OnClick = Button1Click
  42.   end
  43.   object SpeedButton2: TSpeedButton
  44.     Left = 80
  45.     Top = 88
  46.     Width = 65
  47.     Height = 25
  48.     Hint = 'Otev∩┐╜∩┐╜t soubor s n∩┐╜pov∩┐╜dou'
  49.     Caption = 'N∩┐╜pov∩┐╜da'
  50.     Flat = True
  51.     OnClick = Button3Click
  52.   end
  53.   object SpeedButton3: TSpeedButton
  54.     Left = 160
  55.     Top = 88
  56.     Width = 73
  57.     Height = 25
  58.     Hint = 'Informace o verzi atd.'
  59.     Caption = 'O aplikaci..'
  60.     Flat = True
  61.     OnClick = Button4Click
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 0
  65.     Top = 0
  66.     Width = 233
  67.     Height = 81
  68.     Caption = 'Heslo'
  69.     TabOrder = 0
  70.     object Label2: TLabel
  71.       Left = 8
  72.       Top = 16
  73.       Width = 30
  74.       Height = 13
  75.       Caption = 'Heslo:'
  76.     end
  77.     object Label3: TLabel
  78.       Left = 8
  79.       Top = 48
  80.       Width = 39
  81.       Height = 13
  82.       Caption = 'Potvrdit:'
  83.     end
  84.     object Edit1: TEdit
  85.       Left = 56
  86.       Top = 16
  87.       Width = 113
  88.       Height = 21
  89.       MaxLength = 8
  90.       PasswordChar = '*'
  91.       TabOrder = 0
  92.       OnKeyDown = Edit1KeyDown
  93.     end
  94.     object Edit2: TEdit
  95.       Left = 56
  96.       Top = 48
  97.       Width = 113
  98.       Height = 21
  99.       MaxLength = 8
  100.       PasswordChar = '*'
  101.       TabOrder = 1
  102.       OnKeyDown = Edit2KeyDown
  103.     end
  104.     object Button2: TButton
  105.       Left = 176
  106.       Top = 16
  107.       Width = 49
  108.       Height = 25
  109.       Hint = 'Ulo∩┐╜∩┐╜ zadan∩┐╜ heslo jako norm∩┐╜ln∩┐╜'
  110.       Caption = 'Ulo∩┐╜it'
  111.       TabOrder = 2
  112.       OnClick = Button2Click
  113.     end
  114.   end
  115. end
  116.